Download

Start coding with Hexus in VS Code

Install Hexus, set up the VS Code extension, and begin writing your first programs in just a few minutes.

Important update

Reinstall Hexus after updating

After installing a new Hexus release, reinstall the package so your interpreter uses the latest parser and module resolver.

pipx reinstall hexus-lang

If you installed Hexus with pip instead, use pip install --upgrade --force-reinstall hexus-lang. If you use the VS Code extension, install the latest extension version as well and reload VS Code.

Installation guide

Follow these simple steps to install Hexus and enable support for it inside Visual Studio Code.

1

Install Python and pip

Make sure you have Python and pip installed on your system. You can download Python from the official website.

Download Python
2

Install Hexus

Open your terminal and install the Hexus language package using pip.

pip install hexus-lang
3

Install the VS Code extension

Open Visual Studio Code, go to the Extensions tab, and search for Hexus. Then install the official Hexus extension created by wuff.

4

Restart VS Code

Restart Visual Studio Code after installing the extension. That’s it — Hexus should now be ready to use.

What’s next?

Once Hexus is installed, check out the documentation to learn the syntax, explore examples, and start building with the language.

Read the documentation